ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / GenericCache<TKey,TValue,TCacheNodeFactory> Constructor
The cache fill factor.
The cache capacity.

In This Topic
    GenericCache<TKey,TValue,TCacheNodeFactory> Constructor
    In This Topic
    Initializes a new instance of the GenericCache class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fillFactor As Double, _
       ByVal capacity As Long _
    )
    public GenericCache<TKey,TValue,TCacheNodeFactory>( 
       double fillFactor,
       long capacity
    )

    Parameters

    fillFactor
    The cache fill factor.
    capacity
    The cache capacity.
    See Also